Skip to content

fix: add towlion network to compose and fix postgres volume path#1

Merged
baijum merged 1 commit into
mainfrom
fix/docker-networking
Mar 15, 2026
Merged

fix: add towlion network to compose and fix postgres volume path#1
baijum merged 1 commit into
mainfrom
fix/docker-networking

Conversation

@baijum

@baijum baijum commented Mar 15, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add towlion external network to app and celery-worker services in docker-compose.yml so apps join the shared platform network for Caddy routing
  • Remove ports: ["8000:8000"] from app service — in multi-app mode, Caddy routes via the shared Docker network (no host port needed)
  • Fix postgres volume path from /data/database to /data/postgres in docker-compose.standalone.yml to match what bootstrap-server.sh creates

Test plan

  • Spec validator passes 28/28 at Tier 2
  • Visual review of YAML structure
  • Deploy to bootstrapped server and verify app joins towlion network

🤖 Generated with Claude Code

- Add towlion external network to app and celery-worker services in
  docker-compose.yml for multi-app routing via shared Caddy
- Remove host port binding (8000) from app service — Caddy routes
  traffic via the shared network
- Fix postgres volume path from /data/database to /data/postgres in
  docker-compose.standalone.yml to match bootstrap-server.sh

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@baijum baijum merged commit e1614e0 into main Mar 15, 2026
2 checks passed
@baijum baijum deleted the fix/docker-networking branch March 15, 2026 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant